hardware description language - определение. Что такое hardware description language
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое hardware description language - определение

SPECIALIZED COMPUTER LANGUAGE USED TO DESCRIBE THE STRUCTURE AND BEHAVIOR OF ELECTRONIC CIRCUITS, AND MOST COMMONLY, DIGITAL LOGIC CIRCUITS
Hardware description languages; A Block diagram Language; Block diagram Language; Hardware Description Language; List of hardware description languages; SpectreHDL; Analog Hardware Descriptive Language; EDAsolver; History of hardware description languages
Найдено результатов: 8211
Hardware Description Language         
<language> (HDL) A kind of language used for the conceptual design of integrated circuits. Examples are VHDL and Verilog. (1995-04-18)
Altera Hardware Description Language         
PROPRIETARY HARDWARE DESCRIPTION LANGUAGE (HDL)
Altera hardware description language
Altera Hardware Description Language (AHDL) is a proprietary hardware description language (HDL) developed by Altera Corporation. AHDL is used for digital logic design entry for Altera's complex programmable logic devices (CPLDs) and field-programmable gate arrays (FPGAs).
Binary Format Description language         
EXTENSION OF XSIL
Binary Format Description; Binary format description language
The Binary Format Description (BFD) language is an extension of XSIL which has added conditionals and the ability to reference files by their stream numbers, rather than by their public URLs. A template written in the BFD language can be applied to a binary data file to produce a file with that data formatted with descriptive XML tags.
VHDL         
HARDWARE DESCRIPTION LANGUAGE
VHDL-93; Vhdl; IEEE 1076; VHSIC hardware description language; Vhdl 87; Vhdl 93; VHSIC Hardware Description Language; Very High Speed Integrated Circuit Hardware Description Language; VHDL 87; VHDL 93; VHDL-200X
VHSIC Hardware Description Language (Reference: ASIC)
VHDL         
HARDWARE DESCRIPTION LANGUAGE
VHDL-93; Vhdl; IEEE 1076; VHSIC hardware description language; Vhdl 87; Vhdl 93; VHSIC Hardware Description Language; Very High Speed Integrated Circuit Hardware Description Language; VHDL 87; VHDL 93; VHDL-200X
Very High Speed Integrated Circuit (VHSIC) Hardware Description Language. A large high-level VLSI design language with Ada-like syntax. The DoD standard for hardware description, now standardised as IEEE 1076. ["VHSIC Hardware Description Language", M.R. Shahdad et al, IEEE Computer 18(2):94-103 (Feb 1985)].
IEEE 1076         
HARDWARE DESCRIPTION LANGUAGE
VHDL-93; Vhdl; IEEE 1076; VHSIC hardware description language; Vhdl 87; Vhdl 93; VHSIC Hardware Description Language; Very High Speed Integrated Circuit Hardware Description Language; VHDL 87; VHDL 93; VHDL-200X
The IEEE standard for VHDL.
hardware         
WIKIMEDIA DISAMBIGUATION PAGE
Hardware system; Hardware System; Hardware (disambiguation); H/W; HARDWARE; Hardwares
1.
In computer systems, hardware refers to the machines themselves as opposed to the programs which tell the machines what to do. Compare software
.
N-UNCOUNT
2.
Military hardware is the machinery and equipment that is used by the armed forces, such as tanks, aircraft, and missiles.
N-UNCOUNT: usu adj N
3.
Hardware refers to tools and equipment that are used in the home and garden, for example saucepans, screwdrivers, and lawnmowers.
N-UNCOUNT
hardware         
WIKIMEDIA DISAMBIGUATION PAGE
Hardware system; Hardware System; Hardware (disambiguation); H/W; HARDWARE; Hardwares
<hardware> The physical, touchable, material parts of a computer or other system. The term is used to distinguish these fixed parts of a system from the more changable software or data components which it executes, stores, or carries. Computer hardware typically consists chiefly of electronic devices (CPU, memory, display) with some electromechanical parts (keyboard, printer, disk drives, tape drives, loudspeakers) for input, output, and storage, though completely non-electronic (mechanical, electromechanical, hydraulic, biological) computers have also been conceived of and built. See also firmware, wetware. (1997-01-23)
Hardware         
WIKIMEDIA DISAMBIGUATION PAGE
Hardware system; Hardware System; Hardware (disambiguation); H/W; HARDWARE; Hardwares
·noun Ware made of metal, as cutlery, kitchen utensils, and the like; ironmongery.
hardware         
WIKIMEDIA DISAMBIGUATION PAGE
Hardware system; Hardware System; Hardware (disambiguation); H/W; HARDWARE; Hardwares
¦ noun
1. heavy military equipment such as tanks and missiles.
2. the machines, wiring, and other physical components of a computer. Compare with software.
3. tools, implements, and other items used in the home and in activities such as gardening.

Википедия

Hardware description language

In computer engineering, a hardware description language (HDL) is a specialized computer language used to describe the structure and behavior of electronic circuits, and most commonly, digital logic circuits.

A hardware description language enables a precise, formal description of an electronic circuit that allows for the automated analysis and simulation of an electronic circuit. It also allows for the synthesis of an HDL description into a netlist (a specification of physical electronic components and how they are connected together), which can then be placed and routed to produce the set of masks used to create an integrated circuit.

A hardware description language looks much like a programming language such as C or ALGOL; it is a textual description consisting of expressions, statements and control structures. One important difference between most programming languages and HDLs is that HDLs explicitly include the notion of time.

HDLs form an integral part of electronic design automation (EDA) systems, especially for complex circuits, such as application-specific integrated circuits, microprocessors, and programmable logic devices.